HighContrast: Correctly select window decoration
authorDaniel Boles <dboles.src@gmail.com>
Thu, 5 Oct 2017 00:39:39 +0000 (01:39 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Thu, 5 Oct 2017 00:40:24 +0000 (01:40 +0100)
commita4fda9953975d288ba3786e96a74f6a64715e590
tree171761068b421f020d5481de0534fe059c5f6be8
parent090b833d8bdcf2895039ca3cbeb5d10af02ca48d
HighContrast: Correctly select window decoration

We need

    .window-classes decoration

but within the decoration parent selector, we were doing
&.window-classes, which gave us

    decoration.window classes

We need to fix this by selecting on .window-classes &

https://bugzilla.gnome.org/show_bug.cgi?id=788496
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css